google.golang.org/grpc.clientStream.numRetries (field)
5 uses
google.golang.org/grpc (current package)
stream.go#L524: cs.callHdr.PreviousAttempts = cs.numRetries
stream.go#L608: numRetries int // exclusive of transparent retry attempt(s)
stream.go#L752: if cs.numRetries+1 >= rp.MaxAttempts {
stream.go#L753: return false, fmt.Errorf("max retries exhausted: failed after %d attempts: %w", cs.numRetries+1, err)
stream.go#L774: cs.numRetries++
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)